From: Kenichi Handa Date: Mon, 10 Nov 2003 04:30:46 +0000 (+0000) Subject: (quail-completion): Change the message "corresponding translations" to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25023 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4d638d23f6324f235cf874d9150a47b68ec4e490;p=emacs.git (quail-completion): Change the message "corresponding translations" to "corresponding characters". --- diff --git a/lisp/international/quail.el b/lisp/international/quail.el index f1a351432bd..3451321f24a 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2109,7 +2109,7 @@ are shown (at most to the depth specified `quail-completion-max-depth')." (scroll-other-window))) (setq quail-current-key key) (erase-buffer) - (insert "Possible completion and corresponding translations are:\n") + (insert "Possible completion and corresponding characters are:\n") (quail-completion-1 key map 1) (goto-char (point-min)) (display-buffer (current-buffer))